From d4f5acfc0b048aa35800699d20f30dbc88d9fe2e Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:15:33 -0600 Subject: [PATCH] deleted obsolete osm declaration. (#902) --- osm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/osm.h b/osm.h index 9cf6d1477..5e4f5bafe 100644 --- a/osm.h +++ b/osm.h @@ -97,7 +97,6 @@ private: void osm_features_init(); char osm_feature_ikey(const QString& key) const; QString osm_feature_symbol(int ikey, const char* value) const; - static char* osm_strip_html(const char* str); static QString osm_strip_html(const QString& str); void osm_node_end(xg_string /* unused */, const QXmlStreamAttributes* /* unused */); void osm_node(xg_string /* unused */, const QXmlStreamAttributes* attrv); -- 2.30.2